home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 48
/
Amiga Format CD48 (1999-12-13)(Future Publishing)(GB)(Track 1 of 2)[!][issue 2000-01].iso
/
start_here!
< prev
next >
Wrap
Text File
|
1999-11-10
|
828b
|
29 lines
Set AFCDVIEW AFCDView
FailAt 21
Stack 20000
;check whether user has installed AFCDView
If NOT EXISTS C:AFCDView
set INSTALL `RequestChoice "Request" "AFCDView does not appear to be installed on your system. Do you wish to install it?" "Yes|No"`
If $INSTALL EQ 1
Copy >NIL: :+System+/C/AFCDView TO C: CLONE
If $RC EQ 20
RequestChoice >NIL: "Information" "Sorry. Installation failed. Running AFCDView from the CD." "Continue"
Set AFCDVIEW :+System+/c/AFCDView
EndIf
Else
Set AFCDVIEW :+System+/c/AFCDView
EndIf
EndIf
;get vol name
set VOLNAME `cd`
;go for it!
If EXISTS ENV:SeenIt
Run >NIL: <NIL: $AFCDVIEW $VOLNAME-Websites-/-Amiga_Format-/frames.ben.html
Else
Run >NIL: <NIL: $AFCDVIEW $VOLNAME-Websites-/start.html
SetENV SeenIt 1
EndIf